home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'DBInpReq.pas' rev: 3.00
-
- #ifndef DBInpReqHPP
- #define DBInpReqHPP
- #include <Dialogs.hpp>
- #include <Bde.hpp>
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Dbinpreq
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TInputReqDialog;
- class PASCALIMPLEMENTATION TInputReqDialog : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TButton* OKButton;
- Stdctrls::TButton* CancelButton;
- Extctrls::TPanel* InputOptions;
- Stdctrls::TCheckBox* NoPromptAgain;
- Stdctrls::TLabel* ErrorHelp;
- Stdctrls::TLabel* InputMessage;
- Extctrls::TPanel* ErrorGroupBox;
- Extctrls::TPanel* ErrorGoupBoxSpacer;
- Extctrls::TPanel* DescriptionGroupBox;
- Extctrls::TPanel* DescriptionGroupBoxSpacer;
- void __fastcall InputOptionsClick(System::TObject* Sender);
-
- private:
- Bde::CBInputDesc *FCBInfo;
- int FSelection;
- void __fastcall SetCBInfo(Bde::CBInputDesc &CBInfo);
- void __fastcall GetCBInfo(Bde::CBInputDesc &CBInfo);
- public:
- /* TCustomForm.Create */ __fastcall virtual TInputReqDialog(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TInputReqDialog(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TInputReqDialog(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TInputReqDialog(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE Bde::CBRType __fastcall InputRequest(Bde::CBInputDesc &InputReqInfo);
-
- } /* namespace Dbinpreq */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbinpreq;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DBInpReq
-